From 885dd3ef6af50e34505c3dd089318a583ab04735 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Tue, 30 Sep 2008 01:29:26 +0000 Subject: [PATCH] Fix a typo in the tutorial. 2008-09-30 Christian Dywan Fix a typo in the tutorial. * docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'. svn path=/trunk/; revision=21549 --- ChangeLog | 6 ++++++ docs/tutorial/gtk-tut.sgml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e24712f0bb..b7a1a02eb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-09-30 Christian Dywan + + Fix a typo in the tutorial. + + * docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'. + 2008-09-29 Matthias Clasen Bug 553086 – hard to see current immodule diff --git a/docs/tutorial/gtk-tut.sgml b/docs/tutorial/gtk-tut.sgml index 335864789c..7f0920abd3 100755 --- a/docs/tutorial/gtk-tut.sgml +++ b/docs/tutorial/gtk-tut.sgml @@ -8246,7 +8246,7 @@ GtkWidget *gtk_menu_item_new( void ); GtkWidget *gtk_menu_item_new_with_label( const char *label ); -GtkWidget *gtk_menu_item_new_with_mnemnonic( const char *label ); +GtkWidget *gtk_menu_item_new_with_mnemonic( const char *label ); These calls are used to create the menu items that are to be -- 2.30.2